CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 蚁群算法 TSP

搜索资源列表

  1. 蚁群算法解决TSP问题

    1下载:
  2. 蚁群算法解决TSP问题的源代码
  3. 所属分类:源码下载

    • 发布日期:2011-05-07
    • 文件大小:9883
    • 提供者:lovelyhx
  1. 蚁群算法解决TSP问题

    0下载:
  2. 蚁群算法解决TSP问题
  3. 所属分类:源码下载

    • 发布日期:2011-05-07
    • 文件大小:13635
    • 提供者:lovelyhx
  1. 蚁群算法解决TSP

    0下载:
  2. 蚁群算法解决TSP问题算法
  3. 所属分类:源码下载

    • 发布日期:2011-05-07
    • 文件大小:2477
    • 提供者:lovelyhx
  1. TSP

    0下载:
  2. 使用蚁群算法编写的C++环境下的旅行商(TSP)经典问题的解决方法-Ant colony algorithm using C++ environment, prepared under the traveling salesman (TSP) classical solution to the problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:19570
    • 提供者:翁海冰
  1. an-for-tsp

    3下载:
  2. 利用蚁群算法解决tsp问题,适合初学者。-Tsp using ant colony algorithm to solve the problem, suitable for beginners.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:3409
    • 提供者:dayong
  1. ACO-TSP

    0下载:
  2. 利用蚁群算法解决旅行商问题,其中运用智能蚂蚁算法-Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:74112
    • 提供者:波波
  1. TSP(matlab)

    0下载:
  2. matlab蚁群算法,要使用城市坐标的版本-ant colony algorithm matlab, it is necessary to coordinate the use of the version of the City
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:5606
    • 提供者:黄杨
  1. tsp

    0下载:
  2. 该程序是蚁群算法和遗传算法的混合算法的C语言程序在求解TSP问题时的应用,可以进行扩展到其他问题的两种算法应用-The program is ant colony algorithm and genetic algorithm hybrid algorithm in the C language program to solve the issue of the application of TSP, can be extended to other applications of the tw
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:88021
    • 提供者:chenjing
  1. ant-tsp-search

    0下载:
  2. 改进的蚁群算法及其在TSP问题中的应用研究 核心是用遗传算法对蚁群算法的四个参数进行优化,及运用MMAS进行巡径-Improved ant colony algorithm and its problems in the TSP is the core of the application of genetic algorithm with ant colony algorithm to optimize the four parameters, and application of MMA
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:184393
    • 提供者:Allen
  1. TSP双蚁群算法

    0下载:
  2. 蚁群算法是一种用来寻找优化路径的概率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为(The ant colony algorithm is a probabilistic algorithm used to find the optimal path. It was proposed by Marco Dorigo in his doctoral dissertation in 1992, inspired by the wa
  3. 所属分类:书籍源码

    • 发布日期:2018-01-02
    • 文件大小:16384
    • 提供者:春天里的
  1. matlab-基本蚁群算法(TSP)(多点版)

    1下载:
  2. 蚁群算法解决TSP问题的matlab源代码(Ant colony algorithm to solve the TSP problem matlab source code)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-04
    • 文件大小:2048
    • 提供者:双月神鸟
  1. 蚁群算法

    0下载:
  2. 蚁群算法,包括蚁群算法解决TSP问题,蚁群算法寻找最优解等问题还包括蚁群算法的c语言程序,希望能帮助大家!(Ant colony algorithm, including ant colony algorithm to solve the TSP problem, ant colony algorithm to find the optimal solution and other issues, including the C language program of ant colony al
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:23076864
    • 提供者:linmi
  1. 蚁群算法实验文件

    0下载:
  2. 蚁群算法TSP解决物流问题,Matlab编程仿真(Solving logistics problems by ant colony algorithm TSP)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-18
    • 文件大小:133120
    • 提供者:livvvvv
  1. 蚁群算法(路径规划程序)

    2下载:
  2. 蚁群算法是一种群智能算法,也是启发式算法。基本原理来源于自然界蚂蚁觅食的最短路径原理。蚁群算法根据模拟蚂蚁寻找食物的最短路径行为来设计的仿生算法,因此一般而言,蚁群算法用来解决最短路径问题,并真的在旅行商问题(TSP,一个寻找最短路径的问题)上取得了比较好的成效。目前,也已渐渐应用到其他领域中去,在图着色问题、车辆调度问题、集成电路设计、通讯网络、数据聚类分析等方面都有所应用。(Ant colony algorithm is a population intelligent algorithm,
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:145408
    • 提供者:wyj2277
  1. 蚁群算法的优化计算——旅行商问题(TSP)优化

    1下载:
  2. 路径优化 蚁群算法 tsp问题 优化设计(Path optimization TSP problem of path optimization ant colony algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:2048
    • 提供者:陈小肥
  1. 蚁群算法求解TSP问题

    0下载:
  2. 将蚁群算法有效应用到TSP问题,并使用Matlab求解(Ant colony algorithm for solving TSP problem)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-23
    • 文件大小:18432
    • 提供者:c_pcy
  1. 蚁群算法的优化计算——旅行商问题(TSP)优化

    0下载:
  2. 蚁群算法的优化计算——旅行商问题(TSP)优化(Optimization calculation of ant colony algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-19
    • 文件大小:2048
    • 提供者:qiu@qiu
  1. 蚁群算法实例

    1下载:
  2. 旅行商TSP问题蚁群算法在matlab平台的实现(TSP problem Ant Colony Algorithm)
  3. 所属分类:其他

    • 发布日期:2020-01-12
    • 文件大小:2048
    • 提供者:yukis
  1. 蚁群算法的TSP优化

    1下载:
  2. 基于基础蚁群算法的TSP寻优,包括信息素更新方法,禁忌表使用更新(TSP optimization based on basic ant colony algorithm, including pheromone updating method, tabu table updating)
  3. 所属分类:matlab例程

    • 发布日期:2020-01-13
    • 文件大小:3072
    • 提供者:苏打饼
  1. 蚁群算法

    1下载:
  2. 利用蚁群算法解决典型tsp问题,算法中数据可参数化,31个城市(Using ant colony algorithm to solve typical TSP problems)
  3. 所属分类:matlab例程

    • 发布日期:2020-12-25
    • 文件大小:4096
    • 提供者:d2xter
« 12 3 4 5 6 7 8 9 10 ... 34 »
搜珍网 www.dssz.com